State Assembly Concludes Two-Day Special Session

Jun 27, 2023

This week, the Assembly concluded its two-day special session to end this year’s legislative session. The majority of bills passed during the marathon two-day session were primarily of local concern, such as local tax extension bills. Other bills passed in the final days include a new requirement for LLCs to disclose the identities of beneficial owners, reforming the state’s wrongful conviction process, and authorizing the town of Orangetown (Rockland County) to establish a community preservation fund through a new real estate transfer tax. These bills are pending Governor Hochul’s consideration. Learn more.

protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }